projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd3dcf
)
; * src/alloc.c (sweep_symbols): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 2 Nov 2017 16:53:20 +0000
(18:53 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 2 Nov 2017 16:53:20 +0000
(18:53 +0200)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 3f4ec168fa317118eff4a901f08db5a1bb13165f..ff93956109b01ada21804f50a726cdb2aaa60e8c 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-7032,7
+7032,7
@@
sweep_symbols (void)
between the two will be re-swept.
So we have to make sure we don't re-free this blv next
time we sweep this symbol_block (bug#29066). */
- sym->s.redirect =
=
SYMBOL_PLAINVAL;
+ sym->s.redirect = SYMBOL_PLAINVAL;
}
sym->s.next = symbol_free_list;
symbol_free_list = &sym->s;